home *** CD-ROM | disk | FTP | other *** search
/ Star Festival... a Return to Japan / Star Festival... a Return to Japan.iso / pc / STARFESTIVAL / Shared.Cst / 00034.ls < prev    next >
Encoding:
Text File  |  1999-10-10  |  206 b   |  13 lines

  1. on enterFrame
  2.   set the castNum of sprite 46 = the number of cast "nonCursor"
  3.   updateStage
  4.   puppetSprite 21, true
  5.   unload
  6.   unloadCast
  7.   pause
  8. end
  9.  
  10. on exitFrame
  11.   puppetSprite 24, FALSE
  12.   updateStage
  13. end